/* tailwind css file copyright © 1053261471@qq.com */

/* ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-size: 1rem;
  line-height: 1.5rem;
}

body {
  font-family: PingFang SC, Helvetica Neue, Helvetica, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: .75rem;
  padding-left: .75rem;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 10rem;
    padding-left: 10rem;
  }
}

/* 将下面的 tailwind 转为 less 代码 */

.header {
  position: relative;
  z-index: 100;
}

@media (min-width: 1280px) {
  .header-navbar {
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.header-navbar-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: block;
}

.header-logo img {
  height: 2rem;
}

@media (min-width: 1280px) {
  .header-logo img {
    height: 2rem;
  }
}

.header-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .header-nav {
    width: auto;
    flex-wrap: nowrap;
  }
}

.header-nav li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .header-nav li {
    margin-right: 3rem;
  }

  .header-nav li:last-child {
    margin-right: 0px;
  }
}

.header-nav li>a {
  position: relative;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav li>a::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

@media (min-width: 1536px) {
  .header-nav li>a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.header-nav li:hover>a,
    .header-nav li.active>a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.header-nav li:hover>a::after,
    .header-nav li.active>a::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-nav li .nav-dropdown {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 10;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1280px) {
  .header-nav li .nav-dropdown {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.header-nav li:hover .nav-dropdown {
  visibility: visible;
  opacity: 1;
}

.header-nav .nav-dropdown-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .header-nav .nav-dropdown-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.header-nav .nav-dropdown-wrapper dl {
  width: auto;
  flex: 1 1 0%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.header-nav .nav-dropdown-wrapper dl:last-child {
  border-right-width: 1px;
}

@media (min-width: 1280px) {
  .header-nav .nav-dropdown-wrapper dl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header-nav .nav-dropdown-wrapper dt {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .header-nav .nav-dropdown-wrapper dt {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1536px) {
  .header-nav .nav-dropdown-wrapper dt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header-nav .nav-dropdown-wrapper dt a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav .nav-dropdown-wrapper dt a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.header-nav .nav-dropdown-wrapper dd {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.header-nav .nav-dropdown-wrapper dd:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .header-nav .nav-dropdown-wrapper dd {
    margin-bottom: 0.5rem;
  }
}

.header-nav .nav-dropdown-wrapper dd a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav .nav-dropdown-wrapper dd a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 148 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 1280px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

.footer a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-top .footer-top-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .footer-top .footer-top-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.footer-contact>p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-contact>h6 {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.625rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .footer-contact>h6 {
    margin-top: 2rem;
  }
}

.footer-contact>h6>i {
  margin-right: 0.75rem;
  flex-shrink: 0;
  font-size: 1rem;
}

.footer-contact>ul {
  margin-top: 0.75rem;
}

@media (min-width: 1280px) {
  .footer-contact>ul {
    margin-top: 1.5rem;
  }
}

.footer-contact>ul>li {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer-contact>ul>li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .footer-contact>ul>li {
    margin-bottom: 1rem;
  }
}

.footer-nav {
  display: none;
  width: 100%;
}

@media (min-width: 1280px) {
  .footer-nav {
    display: flex;
    width: 40%;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.footer-nav>dl {
  padding-right: 1rem;
}

.footer-nav>dl:last-child {
  padding-right: 1.5rem;
}

@media (min-width: 1280px) {
  .footer-nav>dl {
    width: 50%;
  }
}

.footer-nav>dl>dt {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-nav>dl>dd {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px) {
  .footer-nav>dl>dd {
    margin-top: 1.25rem;
  }
}

.footer-qrcode {
  width: 100%;
}

@media (min-width: 1280px) {
  .footer-qrcode {
    width: auto;
    max-width: 20%;
  }
}

.footer-qrcode>li {
  width: 8rem;
}

.footer-qrcode>li>p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
}

.footer-qrcode>li>img {
  margin-top: 0.5rem;
  width: 100%;
}

@media (min-width: 1280px) {
  .footer-qrcode>li>img {
    margin-top: 1rem;
  }
}

.footer-bottom {
  margin-top: 1.25rem;
}

@media (min-width: 1280px) {
  .footer-bottom {
    margin-top: 2.5rem;
  }
}

.footer-bottom .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-bottom .footer-links>li {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-bottom .footer-links>li>a {
  display: flex;
  align-items: center;
}

.footer-bottom .footer-links>li>a>span {
  margin-left: 0.625rem;
}

.footer-bottom .footer-copyright {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1280px) {
  .footer-bottom .footer-copyright {
    margin-top: 1.5rem;
  }
}

.section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .section-title {
    margin-bottom: 3rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.banner-section {
  position: relative;
}

.banner-section img {
  width: 100%;
}

.banner-section .banner-content {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(10 110 189 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 110 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.banner-section .banner-content h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .banner-section .banner-content h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.home-page .swiper-banner {
  position: relative;
}

.home-page .swiper-banner .swiper-banner-item {
  position: relative;
}

.home-page .swiper-banner .swiper-banner-item .swiper-banner-item-content {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-page .swiper-banner .swiper-banner-item img {
  width: 100%;
}

.home-page .swiper-banner .swiper-banner-item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 1280px) {
  .home-page .swiper-banner .swiper-banner-item h3 {
    font-size: 3.5rem;
  }
}

.home-page .swiper-banner .swiper-banner-item p {
  font-size: 1.25rem;
}

@media (min-width: 1280px) {
  .home-page .swiper-banner .swiper-banner-item p {
    margin-top: 1.5rem;
    font-size: 2.5rem;
  }
}

.home-page .swiper-banner .swiper-banner-item a {
  margin-top: 1.5rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .swiper-banner .swiper-banner-item a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .swiper-banner .swiper-banner-item a {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.home-page .swiper-banner .swiper-banner-pagination {
  position: absolute;
  left: 0px;
  bottom: 1.25rem;
  z-index: 10;
  width: 100%;
}

@media (min-width: 1280px) {
  .home-page .swiper-banner .swiper-banner-pagination {
    bottom: 3rem;
  }
}

.home-page .swiper-banner .swiper-banner-pagination .swiper-banner-pagination-bullets {
  display: flex;
  align-items: center;
}

.home-page .swiper-banner .swiper-banner-pagination .swiper-pagination-bullet {
  margin-right: 0.375rem;
  height: 0.25rem;
  width: 1.5rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .swiper-banner .swiper-banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

@media (min-width: 1280px) {
  .home-page .swiper-banner .swiper-banner-pagination .swiper-pagination-bullet {
    margin-right: 0.75rem;
    width: 3rem;
  }
}

.home-page .product-section .product-cate-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-list {
    flex-wrap: nowrap;
  }
}

.home-page .product-section .product-cate-item {
  width: 100%;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-item {
    width: 33.333333%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 5rem;
  }
}

.home-page .product-section .product-cate-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(10 110 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-item.active {
    width: 50%;
    padding-top: 0px;
  }
}

.home-page .product-section .product-cate-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-list {
    flex-wrap: nowrap;
  }
}

.home-page .product-section .product-cate-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-head {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.home-page .product-section .product-cate-icon {
  width: 3rem;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home-page .product-section .product-cate-item.active .product-cate-icon {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.home-page .product-section .product-cate-title {
  font-weight: 700;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-title {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.home-page .product-section .product-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.home-page .product-section .product-cate-item.active .product-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 1280px) {
  .home-page .product-section .product-cate-item.active .product-list {
    row-gap: 1.5rem;
  }
}

.home-page .product-section .product-item {
  text-align: center;
}

.home-page .product-section .product-cate-item.active .product-item {
  text-align: left;
}

.home-page .product-section .product-cate-item.active .product-item:first-child {
  grid-column: span 2 / span 2;
}

.home-page .product-section .product-item-title {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .product-section .product-item-title a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .product-section .product-item-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.home-page .product-section .product-cate-item.active .product-item-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.home-page .product-section .product-item-intro {
  margin-top: 0.375rem;
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .product-section .product-item-intro {
    margin-top: 0.25rem;
  }
}

.home-page .product-section .product-cate-item.active .product-item-intro {
  display: block;
}

.home-page .about-section {
  padding-top: 0px;
}

.home-page .about-section .about-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .home-page .about-section .about-wrap {
    align-items: center;
  }
}

.home-page .about-section .about-image {
  width: 100%;
}

@media (min-width: 1280px) {
  .home-page .about-section .about-image {
    order: 2;
    width: 50%;
  }
}

.home-page .about-section .about-image img {
  width: 100%;
}

.home-page .about-section .about-content {
  width: 100%;
}

@media (min-width: 1280px) {
  .home-page .about-section .about-content {
    width: 50%;
    padding-right: 3rem;
  }
}

.home-page .about-section .about-content-title {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.home-page .about-section .about-content-title::after {
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .home-page .about-section .about-content-title {
    font-size: 1.75rem;
  }

  .home-page .about-section .about-content-title::after {
    content: var(--tw-content);
    margin-top: 1rem;
  }
}

.home-page .about-section .about-content-text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .about-section .about-content-text {
    margin-top: 1.5rem;
  }
}

.home-page .about-section .about-content-text p {
  margin-bottom: 0.5rem;
  text-indent: 2em;
}

@media (min-width: 1280px) {
  .home-page .about-section .about-content-text p {
    margin-bottom: 1rem;
  }
}

.home-page .about-section .about-content-link {
  margin-top: 1rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 110 189 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .about-section .about-content-link:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .about-section .about-content-link {
    margin-top: 2rem;
  }
}

.home-page .about-section .about-content-link>i {
  margin-left: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home-page .about-section .about-content-link:hover>i {
  margin-left: 1.5rem;
}

.home-page .partner-section {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 148 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-page .partner-section .section-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-page .partner-section .partner-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .home-page .partner-section .partner-list {
    grid-auto-flow: column;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(8,minmax(0,1fr));
  }
}

.home-page .partner-section .partner-list li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-page .partner-section .partner-list li>img {
  margin-right: 0.5rem;
  width: 1rem;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .home-page .partner-section .partner-list li>img {
    width: 1rem;
  }
}

.home-page .data-section {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.home-page .data-section .data-list {
  display: flex;
}

@media (min-width: 1280px) {
  .home-page .data-section .data-list {
    align-items: flex-start;
    justify-content: center;
  }
}

.home-page .data-section .data-item {
  text-align: center;
}

@media (min-width: 1280px) {
  .home-page .data-section .data-item {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.home-page .data-section .data-item-title {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .data-section .data-item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.home-page .data-section .data-item-num {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .data-section .data-item-num {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.home-page .data-section .data-item-unit {
  font-family: PingFang SC, Helvetica Neue, Helvetica, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.home-page .news-section .news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-page .news-section .news-cover {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .home-page .news-section .news-cover {
    width: 33.333333%;
    padding: 0.75rem;
  }
}

.home-page .news-section .news-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .news-section .news-cover a {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .news-section .news-cover a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .news-section .news-cover a {
    margin-top: 1rem;
  }
}

.home-page .news-section .news-cover span {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .home-page .news-section .news-cover span {
    margin-top: 0.5rem;
  }
}

.home-page .news-section .news-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .home-page .news-section .news-list {
    width: 66.666667%;
    padding-left: 2.5rem;
  }
}

.home-page .news-section .news-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {
  .home-page .news-section .news-list li {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.home-page .news-section .news-list li>a {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-page .news-section .news-list li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.home-page .news-section .news-list li>a>i {
  display: block;
  height: 1px;
  width: 0px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home-page .news-section .news-list li>a>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .news-section .news-list li>a:hover>i {
  margin-right: 1rem;
  width: 2.5rem;
}

.list-page .pagination-section .pagination {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .list-page .pagination-section .pagination {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.list-page .pagination-section .pagination li {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.list-page .pagination-section .pagination li>a {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.list-page .pagination-section .pagination li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.list-page .pagination-section .pagination li>a.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.article-page .list-section {
  padding-bottom: 0px;
}

.article-page .list-section .cate-list {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
  .article-page .list-section .cate-list {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.article-page .list-section .cate-list li {
  margin-right: 1rem;
}

.article-page .list-section .cate-list li:last-child {
  margin-right: 0px;
}

@media (min-width: 1280px) {
  .article-page .list-section .cate-list li {
    margin-right: 2rem;
  }
}

.article-page .list-section .cate-list li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  .article-page .list-section .cate-list li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.article-page .list-section .cate-list li.active a,
    .article-page .list-section .cate-list li:hover a {
  --tw-border-opacity: 1;
  border-color: rgb(10 110 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.article-page .list-section .article-list>li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.article-page .list-section .article-list>li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .article-page .list-section .article-list>li {
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.article-page .list-section .article-list>li>span {
  display: block;
  flex-shrink: 0;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1280px) {
  .article-page .list-section .article-list>li>span {
    margin-right: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.article-page .list-section .article-list>li>a {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.article-page .list-section .article-list>li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.article-page .list-section .article-list>li>a>i {
  display: block;
  height: 1px;
  width: 0px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.article-page .list-section .article-list>li>a>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-page .list-section .article-list>li>a:hover>i {
  margin-right: 1rem;
  width: 2.5rem;
}

.product-page .product-section .product-top-cate-intro {
  text-indent: 2em;
  line-height: 2;
  letter-spacing: 0.1em;
}

.product-page .product-section .product-cate-list {
  margin-top: 2.5rem;
}

@media (min-width: 1280px) {
  .product-page .product-section .product-cate-list {
    margin-top: 5rem;
  }
}

.product-page .product-section .product-cate-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.product-page .product-section .product-cate-title::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 0.375rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .product-page .product-section .product-cate-title {
    margin-bottom: 3rem;
    padding-left: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.product-page .product-section .product-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .product-page .product-section .product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.product-page .product-section .product-item {
  display: block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-page .product-section .product-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-page .product-section .product-item-href {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --tw-shadow: 0 0 1rem rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px) {
  .product-page .product-section .product-item-href {
    min-height: 10rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.product-page .product-section .product-item-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .product-page .product-section .product-item-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.product-page .product-section .product-item-desc {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .product-page .product-section .product-item-desc {
    margin-top: 1.5rem;
  }
}

.product-page .product-section .product-item-more {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  .product-page .product-section .product-item-more {
    margin-top: 2rem;
  }
}

.product-page .product-section .product-item:hover .product-item-more {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-page .product-section .product-item-more i {
  margin-left: 0.5rem;
  text-decoration-line: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.product-page .product-section .product-item:hover .product-item-more i {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-page .product-section .product-item-bg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: -10;
  width: 33.333333%;
}

/* .product-page .product-section .product-item:hover .product-item-bg{
        @apply grayscale-0;
    } */

/* .product-page .product-section .product-list{
        @apply grid grid-cols-2 gap-4 lg:grid-cols-3 lg:gap-6;
    }

    .product-page .product-section .product-list>li{
        @apply block p-2 bg-neutral-100;
    }

    .product-page .product-section .product-list>li>img{
        @apply w-full h-full object-cover;
    }

    .product-page .product-section .product-list>li>a{
        @apply block mt-2 text-center transition-colors hover:text-primary lg:mt-4 lg:text-lg;
    } */

@media (min-width: 1280px) {
  .detail-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.detail-page .detail-section .detail-header {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {
  .detail-page .detail-section .detail-header {
    padding-bottom: 2.5rem;
  }
}

.detail-page .detail-section .detail-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .detail-page .detail-section .detail-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.detail-page .detail-section .detail-info {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1280px) {
  .detail-page .detail-section .detail-info {
    margin-top: 2rem;
  }
}

.detail-page .detail-section .detail-info >li {
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.detail-page .detail-section .detail-info >li:last-child {
  margin-right: 0px;
}

@media (min-width: 1280px) {
  .detail-page .detail-section .detail-info >li {
    margin-right: 2rem;
  }
}

.detail-page .detail-section .detail-content {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.75;
}

@media (min-width: 1280px) {
  .detail-page .detail-section .detail-content {
    margin-top: 3rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}

.detail-page .detail-section .detail-content img {
  margin-bottom: 1rem;
  display: inline-block;
}

.detail-page .detail-section .detail-content p {
  margin-bottom: 1rem;
}

.product-detail-page .section:not(:first-child) {
  padding-top: 0px;
}

.product-detail-page .detail-heading {
  display: flex;
  align-items: stretch;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .product-detail-page .detail-heading {
    padding-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-detail-page .detail-heading i {
  margin-right: 0.5rem;
  display: block;
  width: 0.375rem;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .product-detail-page .detail-heading i {
    margin-right: 0.75rem;
  }
}

.product-detail-page .analysis-section .analysis-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .product-detail-page .analysis-section .analysis-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.product-detail-page .analysis-section .analysis-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  padding: 0.75rem;
}

@media (min-width: 1280px) {
  .product-detail-page .analysis-section .analysis-item {
    padding: 1.5rem;
  }
}

.product-detail-page .analysis-section .analysis-item-icon {
  margin-right: 1rem;
  width: 3rem;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .product-detail-page .analysis-section .analysis-item-icon {
    margin-right: 1.5rem;
    width: 4rem;
  }

  .product-detail-page .analysis-section .analysis-item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-detail-page .analysis-section .analysis-item-desc {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .product-detail-page .analysis-section .analysis-item-desc {
    margin-top: 0.5rem;
  }
}

.product-detail-page .description-section .description-content {
  line-height: 1.75;
}

@media (min-width: 1280px) {
  .product-detail-page .description-section .description-content {
    line-height: 2;
  }
}

.product-detail-page .advantage-section .advantage-list {
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .product-detail-page .advantage-section .advantage-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.product-detail-page .advantage-section .advantage-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-bottom-width: 1px;
  border-bottom-color: rgb(0 0 0 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.product-detail-page .advantage-section .advantage-item:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 1280px) {
  .product-detail-page .advantage-section .advantage-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.product-detail-page .advantage-section .advantage-item-icon {
  margin-right: 1rem;
  width: 3rem;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .product-detail-page .advantage-section .advantage-item-icon {
    margin-right: 1.5rem;
    width: 4rem;
  }

  .product-detail-page .advantage-section .advantage-item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-detail-page .advantage-section .advantage-item-desc {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .product-detail-page .advantage-section .advantage-item-desc {
    margin-top: 0.5rem;
  }
}

.product-detail-page .function-section .function-content {
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .product-detail-page .function-section .function-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.product-detail-page .function-section .function-image {
  width: 100%;
}

.product-detail-page .scene-section .scene-item {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}

.product-detail-page .scene-section .scene-item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item {
    margin-bottom: 6rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

.product-detail-page .scene-section .scene-item-content {
  width: 100%;
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-content {
    width: 50%;
  }

  .product-detail-page .scene-section .scene-item:nth-child(even) .scene-item-content {
    order: 2;
  }
}

.product-detail-page .scene-section .scene-item-icon {
  display: block;
  width: 3rem;
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-icon {
    width: 3.5rem;
  }
}

.product-detail-page .scene-section .scene-item-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-title {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.product-detail-page .scene-section .scene-item-desc {
  margin-top: 0.5rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-desc {
    margin-top: 1.5rem;
  }
}

.product-detail-page .scene-section .scene-item-tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-tags {
    margin-top: 2rem;
  }
}

.product-detail-page .scene-section .scene-item-tags li {
  margin-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.product-detail-page .scene-section .scene-item-tags li:last-child {
  margin-right: 0px;
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-tags li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.product-detail-page .scene-section .scene-item-image {
  width: 100%;
}

@media (min-width: 1280px) {
  .product-detail-page .scene-section .scene-item-image {
    width: 50%;
    padding-left: 5rem;
  }

  .product-detail-page .scene-section .scene-item:nth-child(even) .scene-item-image {
    padding-left: 0px;
    padding-right: 5rem;
  }
}

.product-detail-page .scene-section .scene-item-image img {
  width: 100%;
}

.product-detail-page .case-section .case-list {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-page .case-section .case-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1280px) {
  .product-detail-page .case-section .case-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.product-detail-page .case-section .case-item {
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .product-detail-page .case-section .case-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.about-page .profile-section{
}

.about-page .profile-section .profile-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .about-page .profile-section .profile-wrap {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

.about-page .profile-section .profile-image {
  width: 100%;
}

@media (min-width: 1280px) {
  .about-page .profile-section .profile-image {
    order: 2;
    width: 33.333333%;
  }
}

.about-page .profile-section .profile-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .about-page .profile-section .profile-content {
    padding-right: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

.about-page .profile-section .profile-content p {
  margin-bottom: 1rem;
  text-indent: 2em;
}

.about-page .point-section {
  padding-top: 0px;
}

.about-page .point-section .point-content {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .about-page .point-section .point-content {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

.about-page .point-section .point-content p {
  margin-bottom: 1rem;
}

.about-page .history-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-page .history-section .history-image {
  width: 100%;
}

.about-page .honor-section .honor-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .about-page .honor-section .honor-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.about-page .honor-section .honor-list li {
  text-align: center;
}

.about-page .honor-section .honor-list li img {
  width: 100%;
}

.about-page .honor-section .honor-list li p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .about-page .honor-section .honor-list li p {
    margin-top: 0.75rem;
  }
}

.contact-page .contact-section .contact-section-title {
  margin-bottom: 2.5rem;
}

.contact-page .contact-section .contact-section-title>span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.contact-page .contact-section .contact-section-title>h4 {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .contact-page .contact-section .contact-section-title>h4 {
    margin-top: 1rem;
  }
}

.contact-page .contact-section .contact-section-title>i {
  margin-top: 1.5rem;
  display: block;
  height: 0.25rem;
  width: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
}

.contact-page .contact-section .contact-list>li {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.contact-page .contact-section .contact-list>li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .contact-page .contact-section .contact-list>li {
    margin-bottom: 3rem;
  }
}

.contact-page .contact-section .contact-list>li>i {
  margin-right: 1rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
  font-size: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-page .contact-section .contact-list>li h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.contact-page .contact-section .contact-list>li p {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.contact-page .contact-section .contact-list>li p.phone-number {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .contact-page .contact-section .contact-list>li p.phone-number {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.contact-page .contact-section .contact-form-item {
  position: relative;
  margin-bottom: 1rem;
  height: 3rem;
}

@media (min-width: 1280px) {
  .contact-page .contact-section .contact-form-item {
    margin-bottom: 1.5rem;
  }
}

.contact-page .contact-section .contact-form-item>label {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(10 110 189 / var(--tw-text-opacity));
}

.contact-page .contact-section .contact-form-item>input {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}

.contact-page .contact-section .contact-form-item>input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 110 189 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 110 189 / var(--tw-ring-opacity));
}

.contact-page .contact-section .contact-form-item>span {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.contact-page .contact-section .contact-form-submit {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(10 110 189 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-page .contact-section .contact-form-submit:hover {
  background-color: rgb(10 110 189 / 0.8);
}

.contact-page .map-section #map {
  height: 20rem;
  width: 100%;
}

@media (min-width: 1280px) {
  .contact-page .map-section #map {
    height: 30rem;
  }
}

.collapse {
  visibility: collapse;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.border {
  border-width: 1px;
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 1280px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }
}
